翻訳と辞書
Words near each other
・ Temporal lobe epilepsy
・ Temporal lobe necrosis
・ Temporal logic
・ Temporal logic in finite-state verification
・ Temporal logic of actions
・ Temporal mean
・ Temporal motivation theory
・ Temporal multithreading
・ Temporal muscle
・ Temporal Naval Armaments Supplement Programme
・ Temporal paradox
・ Temporal paradox (paleontology)
・ Temporal parts
・ Temporal power
・ Temporal power (papal)
Temporal Process Language
・ Temporal Raster Plot
・ Temporal region
・ Temporal resolution
・ Temporal scales
・ Temporal single-system interpretation
・ Temporal space
・ Temporal styloid process
・ Temporal sulcus
・ Temporal surface of the zygomatic bone
・ Temporal theory (hearing)
・ Temporal typography
・ Temporalities
・ Temporality
・ Temporally ordered routing algorithm


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Temporal Process Language : ウィキペディア英語版
Temporal Process Language

In theoretical computer science, TPL (Temporal Process Language) is a process calculus which extends Robin Milner's CCS with the notion of ''multi-party synchronization'', which allows multiple process to synchronize on a global 'clock'. This clock measures time, though not concretely, but rather as an abstract signal which defines when the entire process can step onward.
== Informal definition ==

TPL is a conservative extension of CCS, with the addition of a special action called σ representing the passage of time by a process - the ticking of an abstract clock. As in CCS, TPL features action prefix and it can be described as being ''patient'', that is to say a process a.P will idly accept the ticking of the clock, written as
a.P \rightarrow^a a.P
Key to the use of abstract time is the ''timeout'' operator, which presents two processes, one to behave as if the clock ticks, one to behave as if it can't, i.e.

\lfloor E \rfloor (F) \rightarrow^\sigma F

provided process E does not prevent the clock from ticking.

\lfloor E \rfloor (F) \rightarrow^\sigma E'

provided E can perform action a to become E'.
In TPL, there are two ways to prevent the clock from ticking. First is via the presence of the ω operator, for example in process a.P + \Omega the clock is prevented from ticking. It can be said that the action a is ''insistent'', i.e. it insists on acting before the clock can tick again.
The second way in which ticking can be prevented is via the concept of ''maximal-progress'', which states that silent actions (i.e. τ actions) always take precedence over and thus suppress σ actions. Thus is two parallel processes are capable of synchronizing at a given instant, it is not possible for the clock to tick.
Thus a simple way of viewing multi-party synchronization is that a group of composed processes will allow time to pass provided none of them prevent it, i.e. the system agrees that it is time to move on.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Temporal Process Language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.